LogOnService.queryNumberOfLogOnHistoryRecords Method
Gets the number of log on history corresponding to query criteria.
Parameters
- filter
-
Type: Array
ElementType: LogOnHistoryQueryFilterRule
(optional) The filter options for the result, or null if the filtering does not matter.
Optional: True
Return Value
Type: jQuery.Promise
Value: int
Element Value: int
A promise object that is resolved when the call is complete.
If successful, an integer containing the number of log on history entries that match the filter is returned.